home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Pascal / Applications / DropBin 1.5 / Read Me < prev    next >
Text File  |  1997-08-16  |  845b  |  24 lines

  1. DropBin v1.5
  2.  
  3. This program encodes a binhex file.  Either drop a file on this application,
  4. or open a file from within this app, and it will binhex the file.
  5.  
  6. This program started as a port of a C program by Matthew Mora called AutoBin.
  7. The CalcCRC stuff was replaced with a new routine created from scratch (using
  8. the write-up on Binhex 4.0 that Peter N Lewis released).  Some other stuff was
  9. also added to improve the user interface (better event handling, progress bar, etc.).
  10.  
  11.  
  12. Programmed by Bill Catambay, 5/20/97.  E-mail at bill@catambay.com
  13.  
  14. Project includes:
  15.  
  16. • DropBin.p - main program
  17. • DropBinUtils.p - utility routines
  18. • DropBinAE.p - AppleEvent routines
  19. • BinHex.p - binhex routines
  20. • BinProgress.p - processing routines
  21. • Toolbox.p - basic toolbox initializing stuff
  22. • DropBin.µ - CW11 project file
  23. • DropBin.rsrc - resource file
  24.